TableType Enumeration

Represents the reference made by a database table.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum TableType

Members

Table0 The value of the text:table-name attribute is the name of a database table.
Query1 The value of the text:table-name attribute is the name of a database query.
Command2 The value of the text:table-name attribute is an SQL statement.
None3 None.

See Also